DeviceProfileOrBuilder

interface DeviceProfileOrBuilder : MessageOrBuilder

Inheritors

Properties

Functions

Link copied to clipboard
abstract fun getCannedMessages(): String

Predefined messages for CannedMessage
optional string canned_messages = 8;
Link copied to clipboard
abstract fun getCannedMessagesBytes(): ByteString

Predefined messages for CannedMessage
optional string canned_messages = 8;
Link copied to clipboard
abstract fun getChannelUrl(): String

The url of the channels from our node
optional string channel_url = 3;
Link copied to clipboard
abstract fun getChannelUrlBytes(): ByteString

The url of the channels from our node
optional string channel_url = 3;
Link copied to clipboard

The Config of the node
optional .meshtastic.LocalConfig config = 4;
Link copied to clipboard

The Config of the node
optional .meshtastic.LocalConfig config = 4;
Link copied to clipboard

Fixed position data
optional .meshtastic.Position fixed_position = 6;
Link copied to clipboard

Fixed position data
optional .meshtastic.Position fixed_position = 6;
Link copied to clipboard
abstract fun getLongName(): String

Long name for the node
optional string long_name = 1;
Link copied to clipboard
abstract fun getLongNameBytes(): ByteString

Long name for the node
optional string long_name = 1;
Link copied to clipboard

The ModuleConfig of the node
optional .meshtastic.LocalModuleConfig module_config = 5;
Link copied to clipboard

The ModuleConfig of the node
optional .meshtastic.LocalModuleConfig module_config = 5;
Link copied to clipboard
abstract fun getRingtone(): String

Ringtone for ExternalNotification
optional string ringtone = 7;
Link copied to clipboard
abstract fun getRingtoneBytes(): ByteString

Ringtone for ExternalNotification
optional string ringtone = 7;
Link copied to clipboard
abstract fun getShortName(): String

Short name of the node
optional string short_name = 2;
Link copied to clipboard
abstract fun getShortNameBytes(): ByteString

Short name of the node
optional string short_name = 2;
Link copied to clipboard
abstract fun hasCannedMessages(): Boolean

Predefined messages for CannedMessage
optional string canned_messages = 8;
Link copied to clipboard
abstract fun hasChannelUrl(): Boolean

The url of the channels from our node
optional string channel_url = 3;
Link copied to clipboard
abstract fun hasConfig(): Boolean

The Config of the node
optional .meshtastic.LocalConfig config = 4;
Link copied to clipboard
abstract fun hasFixedPosition(): Boolean

Fixed position data
optional .meshtastic.Position fixed_position = 6;
Link copied to clipboard
abstract fun hasLongName(): Boolean

Long name for the node
optional string long_name = 1;
Link copied to clipboard
abstract fun hasModuleConfig(): Boolean

The ModuleConfig of the node
optional .meshtastic.LocalModuleConfig module_config = 5;
Link copied to clipboard
abstract fun hasRingtone(): Boolean

Ringtone for ExternalNotification
optional string ringtone = 7;
Link copied to clipboard
abstract fun hasShortName(): Boolean

Short name of the node
optional string short_name = 2;